Sets which UI elements of the calendar should be custom drawn.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public void setCustomDraw ( |
A combination of CustomDrawElements constants.
RemarksUse the bitwise or operation to combine members of CustomDrawElements specifying which elements of the view must be custom drawn. Handle the CalendarListener.draw event to perform custom drawing.
See Also